home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / bbs / lcnt150u.zip / FIXFBBS.DOC next >
Text File  |  1992-11-01  |  31KB  |  742 lines

  1. The primary use of this program was convert download counters
  2. of the style (  ) to the style [  ] (changing one character
  3. into another character). That also enable the installation of
  4. raw Avatar codes into your download counters, and to remove same.
  5.  
  6. another function was too remove the download counts!  but.....
  7.  
  8. most of the other functions of this program are designed
  9. to compliment the features of LOGCOUNT, especially the
  10. line formatting performed by the "-TR" or "-TM" options.
  11. using those options forces Maximus (and older versions
  12. of RA) to display the descriptions in a more appealing
  13. manor that just wrapping extra lines of descriptions right
  14. under the download counter. Scott Dudley added a Maximus option
  15. to adjust lines accordingly. Unfortunatly to take advantage to
  16. this new option you must decide on a standard size of download
  17. counter for all areas. One of the main features of LOGCOUNT is
  18. that is has the ability to optimize the download counter size
  19. for each and every file area. The formatting done by the -tr
  20. and -tm options allows Maximus (and older versions of RA) to
  21. display all descriptions in all areas, regardless of download
  22. counter size properly. This formatting confused every known
  23. catalog program so a catalog function was required to create
  24. a filelisting that duplicated the orderly CBCS display of
  25. descriptions. The only problem encountered is that this extra
  26. formatting results in longer descriptions. The maximum length of
  27. the filename/description is 255 characters. Some Filearea Managers
  28. don't work too well with descriptions of maximum size. They truncate
  29. the lines. LOGCOUNT may truncate some descripions as well, especially
  30. real wordy descripitions and large download counters (or having your
  31. download counter as the third word of the description as intended
  32. for use with CDrom Filelists that conatin filesize and filedate). The
  33. use of Avatar codes in your download counters (and colours for extra
  34. words (filesize and filedate) in CDRom Filelist) also increases the
  35. length of your descriptions. Maximus will work using either the -TR
  36. or the -TM option, the -TR option will save a few characters from
  37. each line of the description.
  38.  
  39.  
  40. October 19, 1992
  41.  
  42. Added another feature. Similar to The #filename.ext
  43. option but this one remembers the newest files instead
  44. of the most downloaded. Use $30 as a command line option
  45. to specify number of filenames to remember (30,  maximum
  46. is 100). Due to memory requirements only one of the
  47. #filename.ext or $filename.ext will be hounoured during
  48. execution. If you want both created then you'll have to
  49. run the program twice. You can specify both $filename.ext
  50. and #filename.ext in the fixfbbs.cfg file somewhere after
  51. the first four lines (see below..) and the end of the
  52. file. If you specify $30 as a command line option then it
  53. indicate that you intend to creat the newest file display
  54. and the #filename.ext will be ignored.
  55.  
  56. if you specify $M30 then this will instruct the program to
  57. use Maximus' [newfile] token to display blinking astericks
  58. if the file listed is newer than the users last vist. This
  59. feature also works with the #M30 command line option. If you
  60. have a CDROM then I would not advise the use of the "M" option.
  61. Maximus may be slow Checking files on the CDROM as [newfile]s!
  62.  
  63. note: both the #filename.ext and $filename.ext are only valid
  64. if catalog mode is on, if you don't want any catalog file created
  65. then use the name NUL as your catalog output filename. This should
  66. help to speed up processing. You can also use seperate fixfbbs.cfg
  67. files using the /filename.cfg option during catalog mode. You might
  68. want to create a FileStatistics chart (!filename.ext in .cfg) and
  69. a full Catalog file and the $filename.ext in one execution and then use
  70. a different .cfg file (without the !filename.ext)  and the output
  71. catalog name of NUL to create just the #filename.ext.
  72.  
  73.  
  74.  
  75. Fixfbbs can now be told more information when specifying
  76. files to be read. The first information must still be the
  77. complete path/filename of the text file containing the
  78. filenames and descriptions. If that information is followed
  79. immediately by a comma, a space and a valid directory then
  80. the files in the FILELIST should be located in the specified
  81. directory. This information is used for the [FILENEW] tokens
  82. as well as determining accurate file information for the
  83. catalog function. Of course any path information contained in
  84. the filelist file names will override that specified directory.
  85. Also note that when using a filename.ext on the command line,
  86. only files.bbs files will be renamed as indicated, and filelist
  87. filenames will have there last character changed to '0', '1', '2'
  88. etc. This allows you to make backup copies of many files not
  89. named FILES.BBS and those files can all be in one directory.
  90.  
  91. eg.
  92.  
  93. d:\temp\1files.bbs, d:\f\area1  Area 1. Compression files.
  94.  
  95. Filelist            files are   Area description
  96.                     directory
  97.  
  98.  
  99.  
  100. Catalog mode has been enhanced to support CDrom filelists that
  101. contain filesize and filedates of the form (LOGCOUNT Formatting)
  102.  
  103. Filename.ext 1234567 01-01-92  [  2] File description etc...
  104.                      ^^ ^^ ^^
  105.                      month
  106.              max.       ^^
  107.              7 digits   day
  108.              of size       ^^
  109.                            year.
  110.  
  111. if you do not specify a directory for your CDrom then the first 2
  112. words will be checked to be the filesize (numeric) and filedate
  113. ((mon-day-year, ##-##-##, numeric) same way DOS shows date in a DIR
  114. listing), if you use the normal format of Maximus Automatic Dating
  115. then the catalog function will still work for marking NewFiles specified
  116. by number of days and the $filename.ext function will also work.
  117. If you specify filelist and directory with CDRom then the fileinfo will
  118. be obtained as usual and will supercede the information before the
  119. download counter. This might be a SLOW process with a CDRom, I don't
  120. know for sure, if it is then create another fixfbbs.cfg file and do
  121. not specify directory information, just filelist names and area
  122. descriptions.
  123.  
  124.  
  125. Catalog reports the total number of downloads, in each area
  126. as well as a grand total.
  127.  
  128. Jan 19, 1992
  129.  
  130. Added another feature. If Catalog mode is ON and you have
  131. an entry in your FIXFBBS.CFG, #filename.ext (this should
  132. be before any actual paths to description files, but not
  133. necessarily. FIXFBBS will start remembering filenames as
  134. soon as it finds this #filename.ext. If you wish to exclude
  135. file areas from the top downloaded list then put the
  136. #filename.ext entry after those areas. confused see examples
  137. further on in this documentation) then FIXFBBS will create
  138. a top 15 downloaded files avatar display of `filename.ext'.
  139. anything else on this line will replace the default
  140. `This BBS.' as the header of the display file. The default
  141. header is `The Top 15 Downloaded Files At "This BBS".'.
  142. If you want more than the default number of 15 then specify
  143. a command line parameter of #?? (#50 for top fifty etc...)
  144. Maximum is 100. You can now write your FIXFBBS.CFG as a
  145. mecca compilable file using Mecca tokens instead of raw
  146. avatar codes. just `mecca fixfbbs.mec fixfbbs.cfg'. be
  147. sure to examine the resulting compiled file before using
  148. it. FIXFBBS will expand any compression of repeated
  149. characters (like blank spacing). Make sure the inclusion
  150. characters are accurate!
  151.  
  152. examples:
  153.  
  154. fixfbbs.cfg
  155. -----------
  156. ]
  157. ë]ï             % Avatar brackets lightblue,']',lightcyan
  158. [
  159. ë[Å             % Avatar Brackets lightblue,'[',white
  160. #c:\max\top_15.bbs
  161. D:\F\Area1      Area 1. Archivers & Utilities.
  162. D:\F\area2      Area 2. MS-DOS Utilities.
  163. D:\F\area3      Area 3. Use at your own RISK !
  164. D:\F\area4      Area 4. Games for the PC.
  165. D:\F\uploads    Area 5. Uploads From Users.
  166. ---- eof ----
  167.  
  168. in this example all five file areas will be included in the top
  169. 15 downloaded files. The default header will be used. Comments
  170. are not allowed on the .cfg #filename.ext line.
  171.  
  172.  
  173. fixfbbs.cfg
  174. -----------
  175. ]
  176. ë]ï             % Avatar brackets lightblue,']',lightcyan
  177. [
  178. ë[Å             % Avatar Brackets lightblue,'[',white
  179. D:\F\Area1      Area 1. Archivers & Utilities.
  180. #c:\max\top_15.bbs   èRAFware's Maximus CBCS v2.00.
  181. D:\F\area2      Area 2. MS-DOS Utilities.
  182. D:\F\area3      Area 3. Use at your own RISK !
  183. D:\F\area4      Area 4. Games for the PC.
  184. D:\F\uploads    Area 5. Uploads From Users.
  185. ---- eof ----
  186.  
  187. in this example the first area is excluded in the top 15 downloaded
  188. files, and FIXFBBS starts remembering file names starting at area2.
  189. the header will have my BBS name in RED instead of `This BBS' (default).
  190.  
  191. a few command line examples.
  192.  
  193. FIXFBBS C CATALOG.LST       defaults to top 15 downloads.
  194. FIXFBBS C CATALOG.LST #50   report the top 50 downloads.
  195.  
  196. just remember that the CATALOG function must be on or else this
  197. new feature is disabled. Certain information, like filesize and
  198. date is only generated in Catalog mode. FIXFBBS will use your
  199. specified colour inclusions characters if applicable in the
  200. avatar output file. The default colours for FILENAME, SIZE, DATE
  201. and DESCRIPTION are Maximus' default colours (yellow, magenta, green
  202. and cyan). The descriptions will be displayed in 4 line format
  203. and the inculsion size will be optimized for eye appeal (they
  204. will all be the same size as the largest in the list). This
  205. optimization is for this display file only, the actual catalog
  206. is not effected. The catalog function relies on LOGCOUNT -TM
  207. formatting of the descriptions.
  208.  
  209. Note: The display file will only appear as designed if the
  210. user has a screen width of 80 characters. Maximus is merely
  211. dumpimg this file to the screen. It is not displaying this
  212. file as a FILES.BBS file !
  213.  
  214. hint:  you can always use NUL as the name of your catalog
  215. output file. This will force the program into catalog mode
  216. to create the statistics display file and/or the top
  217. downloads display file.  FIXFBBS C NUL #50  for example.
  218. don't bother looking for NUL you won't find it :-)
  219.  
  220.  
  221. Jan 3, 1992
  222.  
  223. added a few new command line options. '@' is specifically
  224. for the CATALOG function and means append to existing file
  225. as opposed to rewriting it. This is usefull if you want to
  226. add a few areas to an existing catalog listing. Somebody may
  227. find a use for this. The other option allows you to specify
  228. a FIXFBBS.CFG type file. Just prefix that filename with
  229. a `/' and FIXFBBS will get it's info from it instead of the
  230. default FIXFBBS.CFG in the current directory. Full path and
  231. filename may be specified. This option should always be the
  232. last thing on the command line.
  233.  
  234. eg: Fixfbbs c test.lst /c:\max\fixfbbs.prv
  235.  
  236. c:\max\FIXFBBS.PRV better be a valid FIXFBBS.CFG file tho....
  237.  
  238. Added support for full path information in Files.Bbs, Maximus
  239. allows you to have the full path to a file, FIXFBBS will strip
  240. this path off when creating the master files list. FIXFBBS will
  241. use the path/fiename to determine filesize and date. FIXFBBS now
  242. puts all wildcard matches in the catalog. Previous versions only
  243. put the first wildcard match in the listing. FIXFBBS can now accept
  244. either a directory or a full drive:path\filename.ext. If you only
  245. supply a directory name then it is assumed that a FILES.BBS exists
  246. in that directory. If you specify a complete filename then it is
  247. assumed that file contains the descriptions. This is especially
  248. usefull for CDRoms....
  249.  
  250. undocumented feature???  lines 1, 2, 3 and 4 of FIXFBBS can contain
  251. more than one character (set of characters). If two characters
  252. are found and the first one ends with a comma then the second
  253. character will used for the inclusion of any file with a /bt, /b
  254. /t etc Maximus FREE FILES character. If you use this feature you
  255. *MUST* also inform LOGCOUNT. The -X and -Y options can take two
  256. different characters, "-x[, <" and "-y], >", just be 100% sure
  257. that the LOGCOUNT options are exactly the same as the FIXFBBS
  258. options (well include "-x" and "-y" before the LOGCOUNT options).
  259.  
  260. eg. FixFbbs
  261.  
  262. ), }
  263. ], >
  264. (, {
  265. [, <
  266. D:\F\Area1      Area 1. Archivers & Utilities.
  267.  
  268.  
  269. C:\Junk\TEST.FIL ( 1) Description
  270. FREE.FIL     /bt ( 1) Description
  271.  
  272. command line "fixfbbs"
  273. the results....
  274.  
  275. C:\Junk\TEST.FIL [ 1] Description
  276. FREE.FIL     /bt < 1> Description
  277.  etc...
  278.  
  279. command line "fixfbbs b"
  280. the results....
  281.  
  282. C:\Junk\TEST.FIL ( 1) Description
  283. FREE.FIL     /bt { 1} Description
  284.  etc...
  285.  
  286. If you do not understand what all this is about then forget about
  287. it. In My case I use special avatar colours to indicate the free
  288. files, and of course LOGCOUNT has been configured to know exactly
  289. what to expect and will properly count the downloads.
  290.  
  291. -----------------------------------------------------------------
  292. Nov 15. 1991  Added support for the /t /b Files.Bbs options. They
  293. are maintained in all options, except they will not be put in any
  294. catalog listings.
  295.  
  296. *****************    Note    **********************
  297.  
  298. If you intend to use Avatar/ANSI graphic characters in your
  299. FILES.BBS then make sure you
  300.  
  301. a. Convert Back to ASCII before running LOGCOUNT.
  302.  
  303. b. Inform LOGCOUNT that you are now using special inclusion
  304.    characters. Not ASCII defaults.  -X, -Y parameters.
  305.  
  306. -xë[Å             % Avatar Brackets lightblue,[,white
  307. -yë]ï             % Avatar brackets lightblue,],lightcyan
  308.  
  309. b. Is the preferred method, having more than one character as
  310. the inclusion characters reduces most possible processing errors
  311. to nul.
  312.  
  313. FIXFBBS can also remove the graphic codes if it is nescessary. (to
  314. update the masterfiles listing or for other programs like AVAILIST
  315. and FIDOFAM, which will trucate description line lengths.)
  316.  
  317. **************************************************************
  318.  
  319.  
  320. There's not much to say about this little program. It's quik
  321. and dirty. It requires a .cfg file of specified format. None
  322. of the convieniances are included. The format is exactly
  323. as exampled, it is simple and straight forward.
  324.  
  325. FIXFBBS is intended to be used to alter the 'inclusion' characters.
  326.  
  327. Primarily  it is to be used to add Avatar/Ansi colour codes to
  328. the description part of the FILES.BBS files, and conversely to
  329. strip the Avatar/ANSI codes out of the descriptions. It can also
  330. create the graphic files and not overwrite the original ASCII
  331. files.bbs files, or replace the inclusion characters with different
  332. ASCII inclusion characters.
  333.  
  334. How does this work.
  335.  
  336. all the files.bbs must have previously been processed by
  337. LOGCOUNT to insure the inclusion characters are properly
  338. contained in the filename descrption.
  339.  
  340. eg.
  341.  
  342. FILENAME.EXT [  1] just a test.
  343.  
  344. Fixfbbs will attempt (if configured to do so) to replace the
  345. '[' character with whatever you specify. This can be up to
  346. 24 characters. Preferably some kind of Avatar/ANSI colour
  347. codes and a 'inclusion' character. The result can be a colour
  348. code, the left bracket character, a colour code for the download
  349. count. The ']' character is processed in a similar manner.
  350.  
  351. Maximus will strip the Avatar code when displaying to Non Graphic
  352. users, I don't know if OPUS does, and don't know if OPUS will display
  353. a files.gbs file. RA, and QBBS, you guys are on your own. You probably
  354. can use the program to change the 'inclusion' characters if your
  355. preferences change.
  356.  
  357. What is required.
  358. -----------------
  359.  
  360.  
  361. A pure ASCII text file called FIXFBBS.CFG
  362. with this exact information.
  363.  
  364. line 1  current right bracket character.
  365. line 2  Change-to this right bracket character.
  366. line 3  current left bracket character.
  367. line 4  change-to this left bracket character.
  368. line 5  first directory with a FILES.BBS  (Description)
  369. line 6  next directory with a FILES.BBS
  370. line ?  last  directory with a FILES.BBS
  371. -eof-  end of file marker, no blank lines allowed.
  372.  
  373. ---Sample 1- FIXFBBS.CFG-----CUT HERE--------------
  374. ]
  375. )
  376. [
  377. (
  378. c:\test
  379. -------------cut here---------
  380.  
  381. Usage.---
  382.  
  383. FIXFBBS         -  replace first occurence in description of ']' with ')'
  384.                    and replace first occurence of '[' with '('.
  385.            overwrite FILES.BBS in c:\test
  386.  
  387. FIXFBBS B       -  undo a FIXFBBS. Replace '(' with '[' and ']' with ')'
  388.  
  389. FIXFBBS G    -  Do a FIXFBBS but don't overwrite the FILES.BBS,
  390.            create FILES.GBS in the same directory (c:\test).
  391.  
  392. FIXFBBS G FILENAME.EXT  - Do a FIXFBBS G, but create this filename instead
  393.               of Files.Gbs in directory.(c:\test)
  394.  
  395. FIXFBBS D       -  remove all download counts and tidy up the descriptions.
  396.                    FILES.BBS is rewritten.
  397.  
  398. FIXFBBS D FILENAME.EXT  - remove all download counts, tidy up descriptions,
  399.                           and write new filename.ext in appropriate dir.
  400.  
  401. FIXFBBS C FILENAME.EXT   - Creat master files listings. (catalog).  ***new***
  402.  
  403. FIXFBBS C FILENAME.EXT ! - Remove comments when creating catalog listing.
  404.  
  405. ******************************************************************************
  406.  
  407.  
  408. ---Sample 2- FIXFBBS.CFG-----CUT HERE--------------
  409. ]                       % comments only on character lines, not directories.
  410. ë]ï               % Avatar brackets lightblue,],lightcyan)
  411. [                       % The default left brack character. in ASCII files.Bbs
  412. ë[Å               % Avatar Brackets lightblue,[,white
  413. c:\test
  414. -------------cut here---------
  415.  
  416. This sample FIXFBBS.CFG is the one I use, all bracket characters are
  417. lightblue, the actual download count is white, and the remainder of the
  418. description is lightcyan.
  419.  
  420. Make sure LOGCOUNT knows about what to expect in the FILES.BBS at run time,
  421. via the -X, -Y options, kaos will result if LOGCOUNT finds them in the wrong
  422. format. It will assume there is no download count and add one to every line.
  423.  
  424.  
  425. Maximus Sysops
  426. --------------
  427.  
  428. Here's a list of most of the available colours (Avatar Codes)
  429.  
  430. â   cyan on black
  431. ï   lightcyan on black
  432. ü   blue on black
  433. ë   lightblue on black
  434.    magenta on black
  435. ì   lightmagenta on black
  436. ä   red on black
  437. î   lightred on black
  438. å   brown on black
  439. Ä   yellow on black
  440. é   green on black
  441. è   lightgreen on black
  442. ç   gray on black
  443. Å   white on black
  444.  
  445. Of course you can choose any colour for foreground, or background. Use MECCA
  446. to compile [yellow on lightcyan] to determine the Avatar colour codes.
  447.  
  448.  
  449. Hint....
  450.  
  451. to backup your files.bbs for precautions, set the graphic characters to be
  452. the same for both old and new (whatever exists in the ASCII Files.BBS) and
  453. instruct FIXFBBS to create 'graphic' files with different than FILES.GBS
  454. names.
  455.  
  456. -----fixfbbs.cfg---   cut here-----
  457. ]
  458. ]
  459. [
  460. [
  461. c:\test
  462. --------------------  cut here------
  463. execute FIXFBBS G FILES.BAK
  464.  
  465. November 24,  What's new.
  466.  
  467. FIXFBBS C FILENAME.ext        % create master files listings.
  468. FIXFBBS C FILENAME.ext !      %  "   "  & eliminate 'comments'
  469. FIXFBBS C FILENAME.ext *14    % flag files 14 days old and less.
  470. FIXFBBS C FILENAME.ext ! *14  % flag files 14 days old and less, strip
  471.                               % and strip comments.
  472.  
  473.  
  474. this will create a masterfiles listing, tagging files newer than 10 days.
  475. all areas in the .cfg file will be processed. Stripping the graphic chars
  476. out and replacing them as if a FIXFBBS B was run. This feature utilizes
  477. the processing of the LOGCOUNT processed files.bbs extra spacing or Special
  478. characters. The program will instantly recognize if these files are RA or
  479. Maximus and create the 4 line descriptions accordingly. Maximus can display
  480. either of the two LOGCOUNT methods of description justification. RA
  481. files.bbs' must always be processed with the -TR switch. The output file
  482. is not very fancy, but the descriptions are the important part. Some
  483. innovative batch programming can simulate the most advanced Catalog programs.
  484. The .cfg file now accepts everything after the directory name as the
  485. 'Area' name to be included in the catalog listings. If no description
  486. is present then those areas will be refered to as the directory name in
  487. the catalog.
  488.  
  489. example.
  490.  
  491. fixfbbs.cfg
  492. -----------
  493. ]                       % comments only on character lines, not directories.
  494. ë]ï               % Avatar brackets lightblue,],lightcyan)
  495. [                       % The default left brack character. in ASCII files.Bbs
  496. ë[Å               % Avatar Brackets lightblue,[,white
  497. c:\area1     Uploads from users
  498. ---- eof ----
  499.  
  500.  
  501. August 19, 1991
  502. ---------------
  503.  
  504. If the first character on the line for a directory is a `!' then this will
  505. indicate (and specify a filename) that you want a display file created with
  506. statistical information. Area, bytes, files in area etc.
  507.  
  508. if the 5th line of FIXFBBS.CFG says
  509.  
  510. !c:\max\misc\filestat.bbs  RAFware MAXIMUS CBCS File Areas.....
  511.  
  512.     display file.          title of the display file.
  513.  
  514. then a display file will be created. If you have lots of areas then you
  515. can add another !c:\max\misc\filest02.bbs further down in the list of
  516. directories. Then if you want to display these files, just [link] them
  517. from another display file. The totals will always be included as the last
  518. line of the last display file.
  519.  
  520. fixfbbs.cfg
  521. -----------
  522. ]
  523. ë]ï             % Avatar brackets lightblue,']',lightcyan
  524. [
  525. ë[Å             % Avatar Brackets lightblue,'[',white
  526. !C:\Max\Filestat.Bbs    RAFware MAXIMUS CBCS File Areas.....
  527. #c:\max\top_15.bbs      RAFware's Maximus CBCS v2.00
  528. D:\F\Area1      Area 1. Archivers & Utilities.
  529. D:\F\area2      Area 2. MS-DOS Utilities.
  530. D:\F\area3      Area 3. Use at your own RISK !
  531. D:\F\area4      Area 4. Games for the PC.
  532. D:\F\uploads    Area 5. Uploads From Users.
  533. D:\F\area6      Area 6. Graphic stuff, and Pictures.
  534. D:\F\area7      Area 7. Programming Languages and Utilities.
  535. D:\F\area8      Area 8. Communications and Protocols.
  536. D:\F\area9      Area 9. Commercial Support Software.
  537. !C:\Max\Filest02.Bbs    RAFware MAXIMUS CBCS File Areas.....
  538. D:\F\Area10     Area 10. descript.....
  539. D:\F\Area11     Area 11. descript..... etc.
  540. D:\F\Area12     Area 12. descript..... etc.
  541. ---- eof ----
  542.  
  543. 9 areas, and the totals fills up one entire screen (23 lines).
  544.  
  545. stats.mec
  546. ---------
  547. [moreoff]
  548. [cls][link]c:\max\misc\filestat.bbs
  549. [cls][link]c:\max\misc\filest02.bbs
  550. ---------
  551. etc....
  552.  
  553.  
  554. example batch file to 'create' a master catalog. About.Raf is a text file
  555. sent to anybody who requests ABOUT.
  556.  
  557. @echo off
  558. fixfbbs c filelist.123 !                    rem create actual listings.
  559. type about.raf > rafware.lst                rem create catalog, header file.
  560. type filelist.123 >> rafware.lst            rem add listings under header.
  561. pkzip -m \f\area1\mastcat.zip rafware.lst   rem move it to a zipfile.
  562. del filelist.123                            rem delete the work file.
  563.  
  564. here's a sample output.
  565.  
  566.  
  567. * ─────────────────────────────────────────────────────────────────────────── *
  568.                         
  569.                    ┌────────────────────────────────────────┐
  570.                    │  RAFware Maximus CBCS * (613)592-1819  │
  571.                    │        Fidonet <tm> 1:163/126.0        │
  572.                    │         300/1200/2400 Baud MNP         │
  573.                    │      Featuring Binkley Term 2.40       │
  574.                    │   Open 24 Hours a Day, 7 Days a Week   │
  575.                    │         MS-DOS Software Only !         │
  576.                    └────────────────────────────────────────┘
  577.  
  578. * Maximus 'Specific' External (Batch) Protocol Interfaces    - send inquiries.
  579.  
  580. * Home of LOGCOUNT   - the ultimate FD/BT/RA/QBBS/Opus/Maximus FILES.BBS util.
  581.                      - fixes download counts in FILES.BBS plus much much more.
  582.  
  583. * File Requests 22 Hours a Day  - 4:00 a.m. To 6:00 a.m. Mail Only No Requests
  584.  
  585. A complete list of available  files is contained in MASTCAT.ZIP. If You Request
  586. FILES then this file will  be downloaded  to you. If a File is listed and seems
  587. to be unavailable then send  me a message  and I will Investigate. Files marked
  588. OFFLINE Can be Made Available If Space  Allows. Send a Message Through FIDONET.
  589.  
  590. It's Your Dime !            IMEXnet <tm> 89:483/102.0
  591.  
  592. * ─────────────────────────────────────────────────────────────────────────── *
  593.  
  594.  
  595.  
  596.  Master Files listings. Created on 26 Nov 1990, 4:14:25 a.m.
  597.  
  598.  Files less than 10 days old are marked with an asterick, '*'
  599.  
  600.  
  601. ╓─────────────────────╖
  602. ║ Uploads from users. ║
  603. ╙─────────────────────╜
  604.  
  605. ------------------------------------------------------------------------------
  606. FileName       Size   Date     Dwns      Description
  607. ------------------------------------------------------------------------------
  608. BBSOCT01.ZIP    8171 10-01-90  [12] OTTAWA AREA BBS LIST-Most recent update!
  609. CAD-BBS.TXT     6144 10-01-90  [ 8] List of CAD BBSs.
  610. BBSLIST.ZIP     7653 10-05-90  [11] oct 5 1990 list
  611. WISDOM.ZIP    Stored OFF-LINE  [  ] A good collection of wise sayings on a     
  612.                                     wide variety of topics. A must for the     
  613.                                     literary.
  614. SCANV66B.ZIP   52507 10-07-90  [ 2] This is the latest version of MacAfee's    
  615.                                     virus scanner upgrade from Scanv66.zip
  616. VSHLD67.ZIP    50435 10-07-90  [ 3] Latest version (10-9-90) of McAfee's       
  617.                                     Memory resident Virus checker
  618. HOCKEY01.ZIP    3098 10-27-90  [ 1] Lotus SS- Minor Hockey Recorder of STATS !!
  619. WAR-8!.ZIP     50310 11-03-90  [ 5] Colourful two-player war game.
  620. EMUL87.ZIP     13276 11-07-90  [ 2] math coprocessor emulator
  621. FRODMOUS.ZIP    8064 11-07-90  [  ] logitech mouse driver for FrontDoor
  622. REMOMOUS.ZIP    8060 11-07-90  [  ] Logitech mouse driver for Remote Access
  623. TSRCOM29.ZIP   58521 11-07-90  [ 1] A bunch of TSR handling utilities
  624. NRCTIME.ZIP    11029 11-07-90  [ 1] sets your system's clock to NRC time
  625. COLORDIR.ZIP   11879 11-11-90  [ 2] colorful directory (one color per file     
  626.                                     type)
  627. PTOMB.ZIP      66400 11-11-90  [ 3] Arcade style game. Pharaon's Tomb
  628. MICROREG.ZIP  155710 11-12-90  [ 2] good point of sale retail management       
  629.                                     system c/w accounts receivable and billing 
  630.                                     features
  631. BLASTER.ZIP   156647 11-15-90  [ 4] Sound blaster treat with graphics
  632. BBSNOV11.ZIP    8949 11-16-90* [ 6] OTTAWA AREA BBS LIST: newest list! PLEASE  
  633.                                     REPORT INFO. TO PAUL NUSBAUM.
  634. CONED22.ZIP    45372 11-18-90* [ 1] Select configuration at bootup....good!
  635. TALLSHIP.ZIP    7296 11-18-90* [  ] A bitmap for windows 3 wallpaper
  636. TIC.ZIP         6862 11-19-90* [ 1] Pascal Tic Tac Toe. For Yousuf Khan.
  637. SHELL.ZIP      25327 11-22-90* [  ] A remote shell! Good for telix hosts
  638. CRAPS.ZIP      91758 11-24-90* [  ] Fast paced game where only the             
  639.                                     knowledgeable gamer will stand a chance of 
  640.                                     coming out a winner. Requires EGA and      
  641.                                     mouse
  642. INSANE.ZIP     35145 11-24-90* [ 1] Challenging puzzle game for PCs. Rotate    
  643.                                     the squares until the squares of each      
  644.                                     colour are in order
  645.  
  646. Total KBytes   867.8           Total File(s) 23.
  647.  
  648.  
  649.  
  650. October 28, 1992.
  651. -----------------
  652.  
  653. Unadvertised specials.
  654. ----------------------
  655.  
  656. FIXFBBS can also do a few other functions.
  657.  
  658. 1. Add Filesize and date to files.bbs or filelist files that
  659. already have a download counter as the first thing in the
  660. description field. If you are using Maximus' File Date None
  661. with cdrom drives then this would come in real handy for getting
  662. this information into the description text files automagically.
  663.  
  664. FILENAME.EXT [ 1] Description .......
  665.  
  666. Running FIXFBBS A /fixfbbs.cfg   results in
  667.                 ^
  668.                 ^ - means Add Filesize and Date.
  669.  
  670. FILENAME.EXT     456 01-01-80  [ 1] Description .......
  671.  
  672. This procedure may be SLOW with CDROM drives, but it only need
  673. be done once and never again.
  674.  
  675. Logcount can be configured to expect the counter as the first
  676. thing on the line or the second or the third. With Filesize
  677. and date and the counter as the third thing, your filelist
  678. will look exactly as if Maximus was displaying Automatic
  679. Date. You can also specify colours for both the date
  680. and the filesize. Check Logcount.Cfg for more details.
  681.  
  682.  
  683.  
  684. 2. If you already have filesize and/or date in your descriptions
  685. and you have been using some other download counting utility
  686. that puts the counter as the first thing on the line then this
  687. next option can be used to MOVE those counters into the
  688. second or third word position on the line.
  689.  
  690. FILENAME.EXT [ 1]     456 01-01-80  Description .......
  691.  
  692. Running FIXFBBS M2 /fixfbbs.cfg  or
  693. Running FIXFBBS M /fixfbbs.cfg   results in
  694.                 ^
  695.                 ^ - means move counter after 2nd word.
  696. FILENAME.EXT     456 01-01-80  [ 1] Description .......
  697.  
  698. Running FIXFBBS M filename.ext /fixfbbs.cfg   results in
  699.  
  700. a new file filename.ext with the changes.
  701.  
  702. FILENAME.EXT     456 01-01-80  [ 1] Description .......
  703.  
  704. Running FIXFBBS M1 /fixfbbs.cfg   results in
  705.  
  706. FILENAME.EXT     456 [ 1] 01-01-80 Description .......
  707.  
  708. Running FIXFBBS M1 filename.ext /fixfbbs.cfg   results in
  709.  
  710. a new file filename.ext with the changes.
  711.  
  712. this move after 1st word may be usefull if you only have filesize
  713. and not date in your descriptions. M1 and M2 are the only values
  714. allowed and in only M is used then M2 is assumed.
  715.  
  716. Just make sure that you backup your original files before experimenting
  717. with these unadvertised options. Create a fixfbbs.cfg in a work
  718. directory and experiment in that directory until you are satisfied that
  719. you are gettinmg the results you expect. I've tested every function
  720. and everything works exactly as configured to do. Good luck.
  721.  
  722.  
  723. 3. The catalog mode of FIXFBBS will work on any filelist files, whether
  724. they have download counters or not. So will the new files display file.
  725. FIXFBBS no longer relies on the LOGCOUNT formatting of lines when making
  726. a catalog listing. It properly adjusts the lines so descriptions will
  727. appear as they do in a BBS files listing.
  728.  
  729. d:\f\area1\afiles.bbs, j:\cdrom\area1   FileArea 1 on the CDRom.
  730.  
  731. Text file with complete  real Path      Description for area in
  732. descriptions             to the files.  Catalog.
  733.  
  734.  
  735. FIXFBBS can be configured to NOT get filesize information via DOS calls
  736. by ommitting the path to the directory with the files, or specifying
  737. a false path. (Eliminate the 'Path to the files part, and the preceding
  738. comma on the same line!). FIXFBBS will then expect the filesize and the
  739. filedate to be part of the filelist descriptions. If the first 2 words
  740. of the description are not a numeric number and a valid DOS date, then
  741. the file will be considered Stored OFF-LINE.
  742.